From: Sander Sweers Date: Mon, 12 Mar 2018 13:29:09 +0000 (+0100) Subject: Add proper annotation for gdk_frame_clock_get_refresh_info X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~36^2~66^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f0bea1ab1dcd27258dc1315e2a5a3f06bc24e767;p=gtk%2B3.0.git Add proper annotation for gdk_frame_clock_get_refresh_info See https://gitlab.gnome.org/GNOME/gtk/issues/77 --- diff --git a/gdk/gdkframeclock.c b/gdk/gdkframeclock.c index f8450435ff..d8ea953d9a 100644 --- a/gdk/gdkframeclock.c +++ b/gdk/gdkframeclock.c @@ -541,10 +541,10 @@ _gdk_frame_clock_debug_print_timings (GdkFrameClock *clock, * gdk_frame_clock_get_refresh_info: * @frame_clock: a #GdkFrameClock * @base_time: base time for determining a presentaton time - * @refresh_interval_return: a location to store the determined refresh - * interval, or %NULL. A default refresh interval of 1/60th of - * a second will be stored if no history is present. - * @presentation_time_return: a location to store the next + * @refresh_interval_return: (out) (optional): a location to store the + * determined refresh interval, or %NULL. A default refresh interval of + * 1/60th of a second will be stored if no history is present. + * @presentation_time_return: (out): a location to store the next * candidate presentation time after the given base time. * 0 will be will be stored if no history is present. *